projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f71c5c
)
(standard-display-european): Test code 161, not 160.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:39:04 +0000
(17:39 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:39:04 +0000
(17:39 +0000)
lisp/disp-table.el
patch
|
blob
|
history
diff --git
a/lisp/disp-table.el
b/lisp/disp-table.el
index 67ecbe87872cf70fb11269dae07048cddb981e7a..6051471b82aac84e80174fa2eb32470db5708436 100644
(file)
--- a/
lisp/disp-table.el
+++ b/
lisp/disp-table.el
@@
-184,7
+184,9
@@
With prefix argument, enable European character display iff arg is positive."
(if (or (<= (prefix-numeric-value arg) 0)
(and (null arg)
(char-table-p standard-display-table)
- (equal (aref standard-display-table 160) [160])))
+ ;; Test 161, because sometimes people need to make
+ ;; 160 display as a space.
+ (equal (aref standard-display-table 161) [161])))
(standard-display-default 160 255)
(standard-display-8bit 160 255)))